/ Assembly List / LJCAddressParserLib / StandardAddress / GetSeparatedValue

Namespace - LJCAddressParserLib


Parameters
valueStarted - Indicates if the target string was already populated with some values.
value - The value.

Returns

The value preceded with a blank if valueStarted is true.

Syntax

C#
public String GetSeparatedValue(Boolean& valueStarted, String value)

Gets the value with a preceding blank if the value exists.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.